runtime.g.gcscandone (field)
7 uses
runtime (current package)
mgc.go#L1516: gp.gcscandone = false // set to true in gcphasework
mgcmark.go#L138: if !gp.gcscandone {
mgcmark.go#L141: "gcscandone", gp.gcscandone)
mgcmark.go#L235: gp.gcscandone = true
mgcmark.go#L238: if gp.gcscandone {
mgcmark.go#L242: gp.gcscandone = true
runtime2.go#L453: gcscandone bool // g has scanned stack; protected by _Gscan bit in status
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)